home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / revdep-rebuild / 99revdep-rebuild
Text File  |  2006-05-08  |  856b  |  22 lines

  1. # Default revdep-rebuild configuration file
  2. #
  3. # revdep-rebuild no longer uses hardcoded paths. To change the default 
  4. # behavior the following variables can be changed:
  5. #
  6. # LD_LIBRARY_MASK - Mask of specially evaluated libraries
  7. #
  8. # SEARCH_DIRS - List of directories to search for executables and libraries
  9. #    Use this for directories that are not included in PATH or ld.so.conf.
  10. #    An application should normally not have to set this variable
  11. #
  12. # SEARCH_DIRS_MASK - List of directories to not search
  13. #    Use this for directories that should not be searched by revdep-rebuild
  14. #    This is normally used by binary packages such as openoffice-bin
  15. #
  16. # Note: This file is sourced using bash by the revdep-rebuild script
  17.  
  18. LD_LIBRARY_MASK="libodbcinst.so libodbc.so libjava.so libjvm.so"
  19. SEARCH_DIRS="/bin /sbin /usr/bin /usr/sbin /lib* /usr/lib*"
  20. SEARCH_DIRS_MASK=""
  21.  
  22.